home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
- #import <objc/List.h>
- #import <string.h>
-
- @interface Controller:Object
- {
- id movies;
- unsigned char playProgram[MAXPATHLEN];
- }
- - open:sender;
- - (BOOL) launchMovie:(const char *) filename;
-
- @end
-
- @interface Controller(ApplicationDelegate)
-
- - (int)app:sender openFile:(const char *)path type:(const char *)type;
- - (BOOL)appAcceptsAnotherFile:sender;
- - appWillInit:sender;
- - appWillTerminate:sender;
-
- @end
-
-
-